home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
47215
/
47215.xpi
/
chrome
/
content
/
lib
/
documents.js
< prev
next >
Wrap
Text File
|
2009-11-22
|
333b
|
17 lines
(function()
{
//returns a location for a document
this.documentGetLocation = function(aDoc)
{
return String(aDoc.location);
}
//gets the title of the aTab-REVIEW
this.documentGetTitleFromTab = function(aTab)
{
return String(this.browserGetFromTab(aTab).contentDocument.title);
}
return null;
}).apply(URLtoTabTitle);